home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1999 January: Mac OS SDK
/
Dev.CD Jan 99 SDK1.toast
/
Development Kits
/
Macintosh Drag and Drop
/
Demo Applications
/
FinderDrag
/
StringLib.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-06-09
|
273 b
|
15 lines
|
[
TEXT/MPS
]
#ifndef __STRINGLIB__
#define __STRINGLIB__
#include <Types.h>
#include <stdarg.h>
void pstrcat(Str255 frontStr, ConstStr255Param backStr);
void newline(Str255 str);
void pstrcpy(void *src, void *dest);
void concat(Str255 resultString, short stringCount, ...);
#endif